projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81acd2e
)
Seal GtkFrame public vars
author
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 10:58:07 +0000
(10:58 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 10:58:07 +0000
(10:58 +0000)
svn path=/trunk/; revision=20492
gtk/gtkframe.h
patch
|
blob
|
history
diff --git
a/gtk/gtkframe.h
b/gtk/gtkframe.h
index 13d70d143ae44f1bc2f94db85167f3c59ab9677d..cc21a940cdfabe55587255e40429378d58e43c49 100644
(file)
--- a/
gtk/gtkframe.h
+++ b/
gtk/gtkframe.h
@@
-54,10
+54,10
@@
struct _GtkFrame
{
GtkBin bin;
- GtkWidget *
label_widget
;
- gint16
shadow_type
;
- gfloat
label_xalign
;
- gfloat
label_yalign
;
+ GtkWidget *
GSEAL(label_widget)
;
+ gint16
GSEAL(shadow_type)
;
+ gfloat
GSEAL(label_xalign)
;
+ gfloat
GSEAL(label_yalign)
;
GtkAllocation child_allocation;
};